PHP abs()

129

php absint -

function absint( $maybeint ) {
    return abs( (int) $maybeint );
}

Comments

Submit
0 Comments